* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
authorKevin Ryde <user42@zip.com.au>
Mon, 16 Nov 2009 22:59:09 +0000 (22:59 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 16 Nov 2009 22:59:09 +0000 (22:59 +0000)
commitb27b361bd5322826b7d2cce9f948906804064077
tree9466426812a008d0795d656b17b6b76639a37850
parent27cfddb3c1f9abc413895dec3ecb7f6780cd8730
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
(lm-keywords-list): Allow comma-only separator like "foo,bar".
Ignore trailing spaces by omit-nulls to split-string (fixing
regression from Emacs 21 due to the incompatible split-string
change).  (Bug #4928.)
lisp/ChangeLog